func runtime.r8
15 uses
runtime (current package)
hash64.go#L42: a = r8(p)
hash64.go#L45: a = r8(p)
hash64.go#L46: b = r8(add(p, s-8))
hash64.go#L53: seed = mix(r8(p)^m2, r8(add(p, 8))^seed)
hash64.go#L54: seed1 = mix(r8(add(p, 16))^m3, r8(add(p, 24))^seed1)
hash64.go#L55: seed2 = mix(r8(add(p, 32))^m4, r8(add(p, 40))^seed2)
hash64.go#L61: seed = mix(r8(p)^m2, r8(add(p, 8))^seed)
hash64.go#L64: a = r8(add(p, l-16))
hash64.go#L65: b = r8(add(p, l-8))
hash64.go#L77: a := r8(p)
hash64.go#L90: func r8(p unsafe.Pointer) uintptr {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |